ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / MajorTickMarks Property

In This Topic
    MajorTickMarks Property
    In This Topic
    Gets or sets the location of axis tick marks.
    Syntax
    'Declaration
     
    
    Public Property MajorTickMarks As AxisTickMark
    public AxisTickMark MajorTickMarks {get; set;}
    See Also